home *** CD-ROM | disk | FTP | other *** search
- Command Name : Join
-
- Function : Join files together to make a new file
-
- Arguments : {<filenames>} AS <filename>
-
- Location : C directory
-
- This function is of most use with text files. It joins all the files in
- <filenames> together, in the order specified, to create a new file called
- <filename>. You can use this to join two startup-sequences together, or to
- join all the chapters of a book. The viewing program Vilbm (on this disk)
- supports joined files. If a text file and a picture are joined it shows the
- text then the picture. Type c/Vilbm at a CLI prompt with THIS disk as the
- current directory for more information on Vilbm.
-
- Examples
-
- Join Chapter1 Chapter2 Chapter3 AS Book
-
- Joins Chapters 1, 2 and 3 together, in order, and makes a new file
- called Book (if it does not exist in the current directory) to put
- the completed file.
-
- Join Chapter2 Chapter3, Chapter1 as Book
-
- Joins chapters 1, 2 and 3 together in the order 2, 1, 3 and puts the
- result into the file Book.
-